home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / MailEnclosure / Source.v0.15 / MasterController.h < prev    next >
Text File  |  1995-06-12  |  336b  |  22 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface MasterController:Object
  4. {
  5.    id composePanels;
  6.    id sendBundles;
  7.    id defaults;
  8. }
  9.  
  10. - init;
  11. - newCompose:sender;
  12. - sendBundles;
  13. - defaults;
  14.  
  15. /* Application Delegate Methods */
  16. - appDidInit: sender;
  17.  
  18. /* Services */
  19. - mailIt: (id)pasteboard userData:(const char *)userData error:(char **)msg;
  20.  
  21. @end
  22.